home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
stepp000.swf
/
scripts
/
DefineSprite_2300
/
frame_88
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
627b
|
24 lines
if(_root.CacheBaril2.hitTest(_root.Meg._x,_root.Meg._y,true) and Touche == false)
{
Touche = true;
set("/Variables:Vie",eval("/Variables:Vie") - 10);
if(eval("/Variables:Vie") < 1)
{
set("/Variables:Vie",0);
tellTarget("_root")
{
gotoAndStop("MegMeurt");
play();
}
}
if(eval("/Variables:MegCri") == false)
{
tellTarget("_root.Sons")
{
gotoAndStop("MegCri");
play();
}
}
setProperty("/Inventaire/BarreVie2/BarreVie3/Gage2", _width, eval("/Variables:GageLargeur") * (eval("/Variables:Vie") / 100));
}